home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / main.dxr / 00530_Blue bar.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  262 b   |  10 lines

  1. on exitFrame me
  2.   if the locH of sprite the spriteNum of me > 140 then
  3.     startTimer()
  4.     put 0 into field 19
  5.     go(the frame + 1)
  6.   else
  7.     set the locH of sprite the spriteNum of me to the locH of sprite the spriteNum of me + (the timer / 20)
  8.   end if
  9. end
  10.